home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtGetActionList.z / XtGetActionList
Encoding:
Text File  |  2002-10-03  |  2.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttGGGGeeeettttAAAAccccttttiiiioooonnnnLLLLiiiisssstttt((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXttttGGGGeeeettttAAAAccccttttiiiioooonnnnLLLLiiiisssstttt((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtGetActionList - obtain class action list
  10.  
  11.      SSSSYYYYNNNNTTTTAAAAXXXX
  12.           void XtGetActionList(_w_i_d_g_e_t__c_l_a_s_s, _a_c_t_i_o_n_s__r_e_t_u_r_n,
  13.           _n_u_m__a_c_t_i_o_n_s__r_e_t_u_r_n)
  14.                 WidgetClass _w_i_d_g_e_t__c_l_a_s_s;
  15.                 XtActionList* _a_c_t_i_o_n_s__r_e_t_u_r_n;
  16.                 Cardinal* _n_u_m__a_c_t_i_o_n_s__r_e_t_u_r_n;
  17.  
  18.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  19.           _w_i_d_g_e_t__c_l_a_s_s
  20.                     Specifies the widget class whose actions are to be
  21.                     returned.
  22.  
  23.           _a_c_t_i_o_n_s__r_e_t_u_r_n
  24.                     Returns the action list.
  25.  
  26.           _n_u_m__a_c_t_i_o_n_s__r_e_t_u_r_n
  27.                     Returns the number of action procedures declared
  28.                     by the class.
  29.  
  30.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  31.           _X_t_G_e_t_A_c_t_i_o_n_L_i_s_t returns the action table defined by the
  32.           specified widget class. This table does not include actions
  33.           defined by the superclasses. If _w_i_d_g_e_t__c_l_a_s_s is not
  34.           initialized, or is not _c_o_r_e_W_i_d_g_e_t_C_l_a_s_s or a subclass
  35.           thereof, or if the class does not define any actions,
  36.           *_a_c_t_i_o_n_s__r_e_t_u_r_n will be NULL and *_n_u_m__a_c_t_i_o_n_s__r_e_t_u_r_n will be
  37.           zero. If *_a_c_t_i_o_n_s__r_e_t_u_r_n is non-NULL the client is
  38.           responsible for freeing the table using _X_t_F_r_e_e when it is no
  39.           longer needed.
  40.  
  41.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  43.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.